OpenRoads Designer CONNECT Edition SDK Help

GetPointAtDistanceAndDirection Method

Gets the point at distance and direction from this point.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  DPoint3d GetPointAtDistanceAndDirection(this DPoint3d origin,double direction,double distance)

Parameters

SettingDescription
  DPoint3d Origin point.
   Direction.
   Distance.

Return Value

DPoint3d

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DPoint3d. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also